home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Great Games / 1_1000 Games.iso / CHEATS / RBDATA10.ZIP / MBPLTREC.DOC < prev    next >
Encoding:
Text File  |  1995-09-02  |  20.2 KB  |  475 lines

  1. ----------------------------------------------------------
  2.  This file is included in the RB DATA package courtesy of
  3.  it's creator, James "Jaybird" Johnson CIS [74020,1734]
  4.  Without his assistance the creation of these editors
  5.  would not have been possible.  Thanks Jaybird!
  6. ----------------------------------------------------------
  7.  
  8.              
  9.            RED BARON MISSION BUILDER PILOT RECORD
  10.  
  11.     What follows is the currently known contents of a
  12. pilot's record in the game of Red Baron. Each pilot's
  13. record occupies 124 bytes in the file ROSTER.DAT which
  14. is created and updated as you play the game. The first
  15. part of this report will cover a typical record layout
  16. and part two will concern itself with specific details.
  17.      
  18.     The file Begins with a four byte header record followed
  19. by up to fifteen pilot records. The first two bytes of the
  20. header record are always FF FF. The next two bytes are the
  21. number of pilot records in the file.    
  22.                                                       
  23.    Some fields/bytes have never been observed to change
  24. from the value of 00 (hex). I assume that these are unused
  25. and will be denoted by NU (for Not Used).
  26.  
  27.  
  28. BYTE(s)    Contents/Values
  29. -------    -------------------------------------------------------
  30.   1-16     Pilot's Name
  31.    17      No. of this pilot's record in ROSTER.DAT (00 - 0F)
  32.    18      Service; 00 = German Air Service, 01 = RFC
  33.    19      Rank; 00 = 2nd Lt., ..., 03 = Major 
  34.    20      Status;  00 = OK, 01 = Retired, 02 = Discharged,
  35.                     03 = Dead
  36.    21      Type of personal aircraft (A/C) - normally = FF
  37.            which indicates as assigned. See below for
  38.            further details in section on details.
  39.    22      Personal A/C color, wings.
  40.    23      Personal A/C color, fuselage.
  41.    24      Current month in the war; 01 = Dec '15, ...,
  42.            23 = Oct.'18. If set to 00, the program will
  43.            display Nov.'15 and you get at least one extra mission.
  44.    25      Day within the current month; has a value of 1 to 28
  45.            (decimal) and is used to "spread out the missions
  46.            over a month (in conjnction with byte 28).
  47.    26      Number of missions flown, Low order byte (LB)
  48.    27      "    "  " "   "  " "   ", High order byte (HB)
  49.    28      Number of missions remaining in current month.
  50.  29-30     Hex code of next mission ( 00 00 - 03 FF)
  51.    31      Squadron Code (and, depending upon month, airfield
  52.            assignment). Much more on this below.
  53.    32      Month in which you obtained your personal A/C.
  54.    33      Month in which you joined current squadron.
  55.    34      NU
  56.    35      No. of victories at time of last decoration (LB).
  57.    36      " "     "   "   (HB)
  58.    37      No. of victories at time of last promotion (LB).
  59.    38      " "     "   "   (HB)
  60.    39      No. of missions flown by RFC pilot with a Fr. Sqdn.
  61.    40      " "     "    "  (HB)
  62.    41      Number of Boards of Inquiry Faced (OOPS)
  63.  42-50     Decorations earned. Details below.
  64.  51-53     NU
  65.    54      Real Instruments Toggle; 00 = off, 01 = on.
  66.    55      NU
  67.    56      Sun Blind Spots Toggle
  68.    57      NU
  69.    58      Real Weather Toggle.
  70.    59      NU
  71.    60      Gun Jams Toggle.
  72.    61      NU                  
  73.    62      Blackouts Toggle.
  74.    63      NU
  75.    64      Carburetor Freeze Toggle.
  76.    65      NU
  77.    66      Limited Ammo Toggle.
  78.    67      NU
  79.    68      Limited Fuel Toggle.
  80.    69      NU             
  81.    70      Real Navigation.
  82.    71      NU
  83.    72      A/C May Be Damaged Toggle.
  84.    73      NU 
  85.    74      Flight Model; 00 = Novice, ..., 02 = Expert.
  86.    75      NU
  87.    76      The infamous MID-AIRS Toggle.
  88.    77      NU
  89.    78      Combat Model; 00 = Easy, ..., 02 = Hard.
  90.    79      NU
  91.  80-81     Points earned; byte 80 is the Least Significant
  92.            Byte, 81 the Most Significant.
  93.  82-83     NU
  94.    84      Persona∞ Kills¼ A/C  (LB)  
  95.    85       "   "     "  ,  "   (HB)
  96.    86      Personal Kills, Balloons (LB)
  97.    87      "  "   " "   "  "      " (HB) 
  98.    88      Personal Kills, Zepps  (LB)
  99.    89      "   "  " "   ", "   "  (HB)
  100.    90      Squadron Kills, A/C     (this is an accumulation from
  101.              least significant      all missions you have flown
  102.              byte                   regardless of squadrons flown
  103.                                     with).
  104.    91      Same as byte 90, (HB)
  105.    92      Squadron Kills, Balloons  (LB)
  106.    93      "  "   " "   ", "  "   "  (HB)
  107.    94      Squadron Kills, Zepps (LB)
  108.    95      "  "   " "   ", "   " (HB)
  109.    96      Personal Kills, Friendly A/C (OOPS again)
  110.    97      "  "   "   (HB)
  111.    98      Total No. of friendly A/C lost flying missions with you
  112.    99      "   "  "     "      "  (HB)
  113.  100 -
  114.   107      GAS aces killed; details below.
  115.  108-
  116.   118      RFC Aces killed; details below.
  117.  119-
  118.   121      New GAS aces killed; details below.
  119.  122-
  120.   124      New RFC aces killed; details below.
  121.  
  122.  
  123.   Well, there it is thus far. The details that were mentioned
  124. above will now be covered in the next section.
  125.  
  126.  
  127.     Details on values of various fields/bytes as mentioned
  128. above are as follows (all values given are HEXADECIMAL):
  129.  
  130.  
  131.  BYTE 21, Type of Personal A/C currently being flown:
  132.  the values are -
  133.      00 - Morane Bullet             01 - Airco DH-2     Feb '16
  134.      02 - Nieuport 17     Apr '16   03 - Sopwith Pup    Apr '16
  135.      04 - Sopwith Tripe   Jan '17   05 - SPAD VII       Jul '16
  136.      06 - Se-5A           May '17*  07 - Sopwith Camel  Jun '17
  137.      08 - SPAD XIII       Sep '17   09 - Sopwith Snipe  Sep '18   
  138.      10 - Fokker Eindekker          11 - Albatros DII     Sep '16
  139.      12 - Albatros DIII   Feb '17   13 - Fokker Dr I      Aug '17
  140.      14 - Pfalz DIII      Jul '17   15 - Albatros DVa     Jun '17
  141.      16 - Fokker DVII     May '18   
  142.      1C - Nieuport 11     Nov '15   1D - Nieuport 28  (1) Jun '18
  143.      1E - Fokker D-VIII   Sep '18   1F - Halberstadt D-II Jun '16
  144.      20 - SSW D-III       Jun '18   (1) - American units only
  145.        
  146.      * You won't see an announcement in the game until May '17,
  147.        but the Se-5a actually appears in April.
  148.  
  149.        If you decide to upgrade your A/C to one that is before
  150.        its time (e.g. a Snipe in 1916) and then later decide
  151.        to change your A/C, use a hex editor. Doing this in the
  152.        program will set you up for a program crash.
  153.  
  154.  
  155.  BYTES 22 & 23, Personal A/C colors;
  156.       The color codes for wings and/or fuselage are:
  157.       00 - Blue,   01 - Red,   02 - Yellow,  03 - Olive
  158.       04 - Tan,    05 - Black, 06 - Grey,    07 - White
  159.  
  160.  
  161.  BYTES 42-50, Decorations.
  162.      All of these are values, but some may be thought of    
  163.      as toggles, where 00 = no award and 01 = awarded.
  164.      When it is a value, it applies only to RFC pilots
  165.      and is the number of BARS to that decoration, where
  166.      the first bar is actually the second award of that
  167.      particular gong - just like the American Oak Leaf
  168.      Cluster. Number of victories required shown in (.) .
  169.  
  170.     BYTE     GAS                         RFC
  171.     ----     ------------------------    ---------------------
  172.      42      Iron Cross 2nd class (3)    Military Cross  (3)
  173.      43       "     "   1st   "   (6)    # bars, DFC
  174.      44      RHHO                (15)    DSO
  175.      45      Pour Le Merite      (20)    Victoria Cross  (55)
  176.      46      Order of Red Eagle  (70)    Croix de Guerre (Fr.)
  177.      47      PLM mit Eichenlaub (100)    Legion of Honor (Fr.)
  178.      48      NU                          # bars, MC      (5)
  179.      49      NU                          DFC
  180.      50      NU                          # bars, DSO
  181.  
  182.       Note that there is no provision in the RFC scheme of
  183.       things for bars to the VC or any French decoration,
  184.       so stop straining.
  185.  
  186.  
  187.  BYTE 32, month personal A/C obtained.
  188.     When a new A/C hits the front, this byte is checked 
  189.     against byte 24. If it is at least 4 less than byte
  190.     24, then you will be allowed to select this latest
  191.     aircraft.
  192.  
  193.  
  194.  BYTE 33, Month you joined current squadron.
  195.     The same restriction vis-a-vis bytes 32 and 24 apply
  196.     to 33 and 24 also. No difference of 4, no transfer
  197.     within the game.
  198.  
  199.  
  200.  BYTES 100-118, Aces killed during this pilot's
  201.                    campaign.
  202.         Bytes 100-107 and 119-121are GAS aces killed;
  203.       108-118 and 122-124 are RFC aces. If the byte
  204.       for a particular ace  is 01, then you killed him
  205.       (if flying for the  enemy - good) or he was killed
  206.       while flying a mission with you (bad).
  207.  
  208.                                    
  209.  BYTES 100-107, GAS aces killed during this pilot's campaign
  210.  
  211.    BYTE      GAS Ace
  212.    ----      ----------------------                     
  213.     100      Manfred v. Richthofen
  214.     101      Ernst Udet
  215.     102      Werner Voss
  216.     103      Lothar v. Richthofen
  217.     104      Herman Goering
  218.     105      Oswald Boelcke
  219.     106      Max Immelmann
  220.     107      Erich Loewenhardt
  221.  
  222.                                                           
  223.  BYTES 108-118, RFC aces killed in this pilot's campaign.
  224.  
  225.    BYTE     RFC Ace
  226.    ----     --------------------------                
  227.     108     Edward "Mick" Mannock
  228.     109     William Bishop
  229.     110     James McCudden
  230.     111     Albert Ball
  231.     112     Lanoe Hawker
  232.     113     Rene Fonck
  233.     114     Georges Guynemer
  234.     115     Edward Rickenbacker
  235.     116     Frank Luke
  236.     117     Charles Nungesser
  237.     118     Raymond Collishaw
  238.  
  239.  
  240.  BYTES 119-121, added GAS aces killed in this pilot's campaign.
  241.  
  242.    BYTE     GAS Ace
  243.    ----     -----------------------
  244.     119     Rudolf Berthold
  245.     120     Ritter von Schleich
  246.     121     Karl Degelow
  247.  
  248.  
  249.  BYTES 122-124, added RFC aces killed in this pilot's campaign.
  250.  
  251.    BYTE     RFC Ace
  252.    ----     -----------------------
  253.     122     Donald Maclaren
  254.     123     William G. Barker
  255.     124     Roderic S. Dallas
  256.     
  257.  
  258.  BYTE 31, Squadron (and Airfield) Code
  259.     This section will, of necessity, be the longest. This is
  260.     because there is so much info here and it is divided
  261.     according to whether one is talking about the RFC or the
  262.     GAS. I will present the data for the RFC first.
  263.  
  264.                          RFC CODES
  265.                          ---------
  266.     A. Squadron codes
  267.        Code  Squadron        Activated  A/F
  268.        ----  -----------     ---------  ---------------
  269.         00   No. 3           Nov. '15   St. Pol
  270.         01   No. 11          Nov. '15   Cachy
  271.         02   No. 40          Apr. '17   La Gorgue
  272.         03   No. 60          May  '16   St. Omer
  273.         04   No. 85          May  '18   La Gorgue
  274.         05   No. 39 HD       Feb. '16   Sutton's Farm
  275.         06   No. 61 HD       June '17   Rochford
  276.         07   No. 143 HD      Feb. '18   Hainault Farm
  277.         08   No. 3 Naval     Nov. '15   La Gorgue
  278.         09   No. 8 Naval     Oct. '16   Furnes
  279.         0A   Esc. 23         Nov. '15   Maxville
  280.         0B   Esc. 38         Nov. '15   Fismes      
  281.         0C   27th Aero       Jun. '18   Chateau Thierry    
  282.       0D-17  Not Used for RFC
  283.         18   No. 24          Feb. '16   Bertangles
  284.         19   No. 56          May  '17   La Plessis Belleville
  285.         1A   No. 74          Apr. '18   St. Omer
  286.         1B   Black Flight    May  '17   Dunkirk
  287.         1C   Storks          Feb. '16   Souilly
  288.         1D   94th Aero       Apr. '18   Toul
  289.  
  290.     Note that the airfields given above are those at which
  291.     the squadron first appears. Airfield assignments will
  292.     change frequently throughout the game. Also note that
  293.     "creative" hex editing that uses either unused codes or
  294.     codes within an invalid time frame can cause the program
  295.     to terminate or do weird things.
  296.  
  297.  
  298.     B. Airfield assignments
  299.        (a) = activated; (t) = transfer
  300.        Month(s)           Squadron         Airfield
  301.        ------------       ----------       -----------
  302.        Nov '15            No. 3            St. Pol
  303.          "                No. 11           Cachy
  304.          "                No. 3 Naval      La Gorgue
  305.          "                Esc. 23          Maxville
  306.          "                Esc. 38          Fismes
  307.        Dec '15            No changes
  308.        Jan '16            No changes                
  309.        Feb '16            No. 24      (a)  Bertangles
  310.          "                No. 39 HD   (a)  Sutton's Farm
  311.          "                Storks      (a)  Souilly
  312.        Apr '16            No changes                    
  313.        May '16            No. 11      (t)  Vert Galant
  314.          "                No. 60      (a)  St. Omer
  315.        Jun '16            No. 3       (t)  Bertincourt
  316.          "                Storks      (t)  Estree St. Denis
  317. è       Jul '16            No. 60      (t)  Cachy
  318.        Aug '16            No changes  
  319.        Sep '16            No. 11           DISBANDS 
  320.        Oct '16            No. 8 Naval (a)  Furnes
  321.        Nov '16            No. 3       (t)  Toul
  322.        Dec '16            No changes
  323.        Jan '17            "     "
  324.        Feb '17            No. 3       (t)  St. Pol
  325.                           Storks      (t)  St. Marie Cappel
  326.        Mar '17            No. 60      (t)  Bertincourt
  327.                           No. 24      (t)  Cachy
  328.        Apr '17            No. 3       (t)  Villers Cotterets
  329.                           No. 40      (a)  La Gorgue
  330.                           No. 3 Naval (t)  St. Marie Cappel
  331.                           Esc. 23     (t)  Bar-le-Duc
  332.                           Storks      (t)  St. Omer
  333.        May '17            No. 56      (a)  La Plessis Belleville
  334.          "                Black Flight(a)  Dunkirk
  335.        Jun '17            No. 61 HD   (a)  Rochford
  336.          "                No. 56      (t)  Vert Galant
  337.        Jul '17            No changes  
  338.        Aug '17            No changes
  339.        Sep '17            No. 40      (t)  St. Pol
  340.          "                No. 56      (t)  La Gorgue
  341.          "                Black Flight     DISBANDS         
  342.        Oct '17            No. 3       (t)  St. Marie Cappel
  343.                           No. 3 Naval (t)  Ashford
  344.                           No. 60      (t)  Villers-Cotterets
  345.                           No. 56      (t)  Vert Galant
  346.        Nov '17            No changes 
  347.        Dec '17            Storks      (t)  Toul
  348.        Jan '18            No. 8 Naval (t)  Bertangles
  349.        Feb '18            No. 143 HD  (a)  Hainault Farm
  350.          "                No. 3 Naval (t)  Furnes
  351.        Mar '18            No. 3       (t)  Bertincourt
  352.          "                Storks      (t)  Souilly
  353.          "                Esc. 38     (t)  Maxville
  354.        Apr '18            No. 24      (t)  Vert Galant
  355.          "                No. 56      (t)  Cachy
  356.          "                No. 74      (a)  St. Omer
  357.          "                94th Aero   (a)  Toul
  358.        May '18            No. 85      (a)  La Gorgue
  359.        Jun '18            Esc. 23     (t)  Souilly
  360.          "                Storks      (t)  Le Plessis Belleville
  361.          "                27th Aero   (a)  Chateau-Thierry
  362.        Jul '18            94th Aero   (t)  Chateau-Thierry
  363.          "                27th Aero   (t)  Toul
  364.          "                No. 24      (t)  Bertangles
  365.        Aug '18            No. 8 Naval (t)  Dunkirk
  366.          "                No. 56      (t)  Vert Galant
  367.        Sep '18            No. 60      (t)  Cachy
  368.          "                Esc. 23     (t)  Souilly
  369.          "                No. 24      (t)  Bertangles
  370.          "                No. 56      (t)  Villers-Cotterets
  371.          "                27th Aero   (t)  Bar-le-Duc
  372.        Oct '18            94th Aero   (t)  Toul
  373.        Nov '18            ALL              GO HOME 
  374.  
  375.  
  376.           
  377.                          GERMAN AIR SERVICE CODES
  378.                          ------------------------
  379.     A.  Squadron Codes 
  380.         Code  Squadron          Activated     A/F
  381.         ----  ----------------  ---------     --------------
  382.          0D   Flt. Abt. 62      Nov '15       Douai
  383.          0E   KEK 2             Nov '15       Metz
  384.          0F   KEK Habsheim      Nov '15       St. Mihiel
  385.          10   3rd Fokker Stfl.  Nov '15       Tellancourt
  386.          11   Jasta 5           Nov '16       Laon
  387.          12   Jasta 9           Sep '16       Vousiers
  388.          13   Jasta 14          Oct '16       Lille
  389.          14   Jasta 15          Oct '16       Tellancourt
  390.          15   Jasta 24          Nov '16       St. Quentin
  391.          16   Jasta 27          Feb '17       Ostend
  392.          17   Jasta 37          May '17       St. Marguerite 
  393.          18   Unused      
  394.          19   Unused     
  395.          1A   Unused
  396.          1B   Unused
  397.          1C   Unused    
  398.          1D   Unused   
  399.          1E   Flt. Abt. 203     Feb '16       Sivry
  400.          1F   Jasta 2           Sep '16       Douai
  401.          20   Jasta 11          Jan '17       Douai
  402.          21   JG 1              Jul '17       Courtrai
  403.        00-0C  Unused by German Air Service
  404.  
  405.  
  406.     B.  Airfield Assignments
  407.  
  408.          The same notation as for the RFC entries above will
  409.          be used here and the same caution about date/place
  410.          anomalies apply.
  411.   
  412.          Date           Unit                 Airfield
  413.          -------        ----------------     -----------
  414.          Nov '15        Flt. Abt. No. 62     Douai
  415.                         KEK 2                Metz
  416.                         KEK Habsheim         St. Mihiel
  417.                         3rd Fokker Stfl.     Tellancourt
  418.          Dec '15        No changes
  419.          Jan '16        No changes
  420.          Feb '16        Fl. Abt. 203 (a)     Sivry
  421.          Mar '16        No changes
  422.          Apr '16        No changes
  423.          May '16        No changes
  424.          Jun '16        No changes
  425.          Jul '16        Flt. Abt. 203        DISBANDS 
  426.          Aug '16        No changes 
  427.          Sep '16        Fl. Abt. 62          DISBANDS
  428.                         KEK 2                DISBANDS
  429.                         Jasta 2      (a)     Douai
  430.                         Jasta 9      (a)     Voursiers             
  431.          Oct '16        3rd Fok. Stfl.       DISBANDS
  432.                         KEK Habsheim         DISBANDS
  433.                         Jasta 14     (a)     Lille
  434.                         Jasta 15     (a)     Tellancourt
  435.          Nov '16        Jasta 5      (a)     Laon
  436.                         Jasta 24     (a)     St. Quentin
  437.          Dec '16        No changes
  438.          Jan '17        Jasta 2      (t)     Cappy
  439.                         Jasta 11     (a)     Douai  
  440.          Feb '17        Jasta 27     (a)     Ostend
  441.          Mar '17        No changes
  442.          Apr '17        No changes
  443.          May '17        Jasta 37     (a)     St. Marguerite
  444.          Jun '17        No changes
  445.          Jul '17        Jasta 2              DISBANDS
  446.                         Jasta 11             DISBANDS
  447.                         JG 1         (a)     Courtrai
  448.          Aug '17        No changes
  449.          Sep '17        No changes
  450.          Oct '17        No changes
  451.          Nov '17        JG 1         (t)     Cambrai
  452.                         Jasta 15     (t)     St. Mihiel
  453.          Dec '17        No changes
  454.          Jan '18        Jasta 5      (t)     Cappy
  455.          Feb '18        Jasta 27     (t)     Laon
  456.          Mar '18        No changes
  457.          Apr '18        No changes
  458.          May '18        Jasta 27     (t)     Douai          
  459.          Jun '18        Jasta 24     (t)     Laon
  460.                         JG 1         (t)     St. Quentin
  461.          Jul '18        No changes
  462.          Aug '18        No changes
  463.          Sep '18        JG 1         (t)     Tellancourt
  464.          Oct '18        No changes
  465.          Nov '18        ALL                  GO HOME
  466.  
  467.  
  468.  
  469.           Thanks to Bill "Samurai" Ciciora for discovering the
  470.        use of byte 98 and also for the numerous corrections
  471.        to the Airfield/Squadron/Time section listings.
  472.        
  473.           And now, a very special thanks and acknowlegdement to
  474.        Keith Heitmann. It was his analysis of the Red Baron
  475.        ROSTER.DAT file and his subsequent posts on the PRODIGY
  476.        BBS that got me started on this search for the elusive
  477.        wild goose. Thanks, Keith, you done good (that's Texas
  478.        talk for well done).
  479.           
  480.                                               J. W. Johnson
  481.                                               aka Jaybird
  482.                                               74020,1734